feat(dataplex): add sample for creating a global data profile scan#14339
feat(dataplex): add sample for creating a global data profile scan#14339XrossFox wants to merge 2 commits into
Conversation
- Adds `create_data_profile_scan.py` demonstrating how to create a Dataplex Data Profile Scan using global API endpoint routing.
There was a problem hiding this comment.
Code Review
This pull request adds a new Python snippet create_data_profile_scan.py to demonstrate creating a Dataplex Data Profile Scan using global API endpoint routing. The review feedback points out that the CreateDataScanRequest requires a data_scan_id parameter, which is currently missing. It is recommended to add data_scan_id to the function signature, document it in the docstring, and pass it to the request payload.
amcolin
left a comment
There was a problem hiding this comment.
To maintain consistency with the other sample created, this file should be renamed following that same pattern. create_data_profile_scan_global.py
|
Here is the summary of changes. You are about to add 1 region tag.
This comment is generated by snippet-bot.
|


Description
create_data_profile_scan.pydemonstrating how to create a Dataplex Data Profile Scan using global API endpoint routing.Fixes b/524659447
Checklist
Testing
Compliance & Style
Post-Approval Actions